SetShowFPSCounterRequest

data class SetShowFPSCounterRequest(show: Boolean)

Represents request frame that can be used with Overlay#setShowFPSCounter operation call.

Requests that backend shows the FPS counter

See also

Constructors

SetShowFPSCounterRequest
Link copied to clipboard
fun SetShowFPSCounterRequest(show: Boolean)

Properties

show
Link copied to clipboard
val show: Boolean
True for showing the FPS counter

Sources

jvm source
Link copied to clipboard